home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / shrlk201.zip / _SETUP.1 / Help.dfm / Help.txt next >
Text File  |  1997-07-22  |  1KB  |  65 lines

  1. object frmAboutTester: TfrmAboutTester
  2.   Left = 351
  3.   Top = 330
  4.   BorderStyle = bsNone
  5.   Caption = 'frmAboutTester'
  6.   ClientHeight = 151
  7.   ClientWidth = 333
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 333
  20.     Height = 151
  21.     Align = alClient
  22.     Caption = ' '
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 72
  26.       Top = 80
  27.       Width = 161
  28.       Height = 13
  29.       Caption = 'Copyright ∩┐╜1997 Nesbitt Software'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 72
  33.       Top = 56
  34.       Width = 239
  35.       Height = 13
  36.       Caption = 'App to demonstrate the TnsShareLock component'
  37.     end
  38.     object Label3: TLabel
  39.       Left = 72
  40.       Top = 16
  41.       Width = 103
  42.       Height = 13
  43.       Caption = 'TnsShareLock Tester'
  44.     end
  45.     object Image1: TImage
  46.       Left = 8
  47.       Top = 8
  48.       Width = 32
  49.       Height = 32
  50.       AutoSize = True
  51.       Picture.Data = {<image000.ico>}
  52.       Stretch = True
  53.     end
  54.     object btnOk: TButton
  55.       Left = 128
  56.       Top = 112
  57.       Width = 75
  58.       Height = 25
  59.       Caption = 'Ok'
  60.       ModalResult = 1
  61.       TabOrder = 0
  62.     end
  63.   end
  64. end
  65.